Autogenerated HTML docs for v1.5.0.3-382-g34572 
diff --git a/git-format-patch.html b/git-format-patch.html index f1bdd8d..65d18d0 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -273,8 +273,9 @@  <h2>SYNOPSIS</h2>   <div class="sectionbody">   <div class="verseblock">  -<div class="content"><em>git-format-patch</em> [&lt;common diff options&gt;] [-n | -k] [-o &lt;dir&gt; | --stdout]  - [--attach] [--thread] [-s | --signoff] [--start-number &lt;n&gt;]  +<div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--thread]  + [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]  + [-s | --signoff] [&lt;common diff options&gt;] [--start-number &lt;n&gt;]   [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]   [--ignore-if-in-upstream]   &lt;since&gt;[..&lt;until&gt;]</div></div>  @@ -713,11 +714,23 @@  </p>   </dd>   <dt>  ---attach  +--attach[=&lt;boundary&gt;]   </dt>   <dd>   <p>  - Create attachments instead of inlining patches.  + Create multipart/mixed attachment, the first part of  + which is the commit message and the patch itself in the  + second part, with "Content-Disposition: attachment".  +</p>  +</dd>  +<dt>  +--inline[=&lt;boundary&gt;]  +</dt>  +<dd>  +<p>  + Create multipart/mixed attachment, the first part of  + which is the commit message and the patch itself in the  + second part, with "Content-Disposition: inline".   </p>   </dd>   <dt>  @@ -846,7 +859,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 06-Mar-2007 09:58:12 UTC  +Last updated 12-Mar-2007 07:28:55 UTC   </div>   </div>   </body>